home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
cross
/
sasmv14.dms
/
sasmv14.adf
/
examples
/
simplemacro.s
< prev
next >
Wrap
Text File
|
1993-05-22
|
434b
|
34 lines
**********************************************
**
** One of the really first macro testing!
** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
** © 1993 by FWS - use or die...
**
**********************************************
heap O=128k
no set 1
inkno macro
if no#1
.say <!!>
endc
no set no+1
if no#3
.say <??>
endc
endm
print macro
.say printing no.
.skip exp= no
inkno
endm
.say "go"
.repeat 3 {
print
}
.say "done"